home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / pa_st270.zip / EXAMPLE6.INF < prev    next >
Text File  |  1995-02-01  |  832b  |  16 lines

  1. ===============================================================================
  2. ==========================                         ============================
  3. ==========================       EXAMPLE # 6       ============================
  4. ==========================                         ============================
  5. ===============================================================================
  6.  
  7. THE INPUT FILE:  List of applicants at a hiring agency.  This file is a fixed-
  8.                  length (non-text) file, so there are no carriage returns or
  9.                  line feeds.  Each record is 123 characters wide.
  10.  
  11. WHAT WE WANT:    Convert the file to comma-delimited format.
  12.  
  13. HOW WE DO IT:    (1) We use the CHOP command to break up fixed-length records.
  14.                  (2) We use TRIM to remove spaces.
  15.  
  16.